@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}

.logo img {
    height: 60px;
    margin-top: 10px;
}

#up-arrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #bb951aed;
    border-radius: 50%;
    display: none;
    color: black;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.container {
    width: 1200px;
    margin: 0 auto
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

p {
    text-align: justify;
}


.menu1 {
    position: relative;
    float: left;
    margin-right: 25px;
}

.img {
    float: left;
    width: 33.33333%;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
}

.w2 {
    max-width: 100%;
    height: auto;
}

.header {
    width: 100%;
    height: 120px;
    background-color: rgba(187, 149, 26, 0.931);
    text-align: center;
}

.textkartinka {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.img4 {
    float: left;
    padding-right: 100px;
}

.menuu {
    display: inline-block;
    text-decoration: none;
    color: black;
    margin: 0 10px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
}

.active {
    border-bottom: 2px solid black;
}

.menuu:hover {
    border-color: black;
}

.w4 {
    width: 450px;
    height: 390px;
}

.w25 {
    width: 25%;
    float: left;
    padding: 10px;
}

.w75 {
    width: 75%;
    float: left;
    padding: 10px;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.w75 p {
    margin-bottom: 20px;
    text-align: justifys;
}